Welcome![Sign In][Sign Up]
Location:
Search - hook function

Search list

[Hook apihook

Description: Hot Key library use hook function
Platform: | Size: 12022 | Author: 毒蘋果 | Hits:

[Documents编写Win32 API钩子

Description: API Hook的源代码文件 大家一定想剥除钩子函数的神秘感吧 请下载-Hook API source code file that you want to hook function stripped the mysterious flu Download it
Platform: | Size: 17408 | Author: 冯彬 | Hits:

[Button controlkeyboard

Description: 这是一个用Windows API写的屏幕键盘。是很好的编程参考代码。 程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数-This is a Windows API to write the screen keyboard. Programming is a good reference source. Inside there are two new Wanton : Button Subclassing, while their own mouse clicks news; The hook function mouse
Platform: | Size: 13312 | Author: 胡东 | Hits:

[Windows DevelopHookSys_demo

Description: 一个演示钩子功能的例程.来自www.codeproject.com。-a demonstration of the hook function routines. From www.codeproject.com.
Platform: | Size: 143360 | Author: 刘怀国 | Hits:

[Hook apiHookdll

Description: 这是一个activex控件.实现安装一个鼠标钩子的功能.-This is an activeX control. Installation of the mouse achieve a hook function.
Platform: | Size: 40960 | Author: buyi | Hits:

[Hook apiHook 系统服务隐藏端口

Description: 一个牛人写的程序,其中涉及一些undocumented就是未公布的函数,值得学习-a written procedure, which involves some undocumented is not the function, it is worth learning
Platform: | Size: 8192 | Author: 就叫这 | Hits:

[Hook apiMenuToChinese

Description: 利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChinese.exe //用于汉化的示例程序 把这4个程序放在同一个目录下 注:源程序中没有Debug目录,如要运行需要重新编译 生成MenuToChineseHook.dll、MenuToChinese.exe,并 把DemoToChinese.exet和MenuToChineseHook.dll拷贝 到MenuToChinese.exe所在目录。 -use easily hook function of the finished application : MenuToChineseHook runtime environment : Win 2000/XP; Microsoft Visual C 6.0 Note : this program in Windows 2000 or XP can run, a total of four documents : MenuToChinese.exe// Chinese localization program, the first run it MenuToChineseHook.lib// hook function libraries MenuToChineseHook.dll DemoToChinese.exe// examples of the effort for this procedure on the four procedures with a directory bet : no Debug source directory, such as the need to recompile operation generated MenuToChineseHook.dll, MenuToChinese. exe, and DemoToChinese.exet and MenuToChineseHook.dll MenuToChinese.exe copy of the directory.
Platform: | Size: 104448 | Author: 冯金建 | Hits:

[IME Developpinyiin

Description: 拼音输入法,用了各种消息映射函数,里面还有钩子函数-Pinyin input method, using a variety of information mapping function, there is also the hook function
Platform: | Size: 549888 | Author: 陈 刚 | Hits:

[Driver DevelopdvKrnlData

Description: 该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了hook NtQuerySystemInformation函数来实现进程隐藏的功能-The code for the kernel, I am learning winnt wrote, Its main function is in ring3 through DeviceIoControl communication with the driver. access to the kernel and sdt data, the information loop. And the achievement of the hook function to achieve NtQuerySystemInformation implicit process possession of the function
Platform: | Size: 55296 | Author: 左手 | Hits:

[Hook apikeyboard_hook_sound

Description: 利用钩子函数截取键盘消息,并读出按下的键对应的字母,是个不错的学习hook的样板程序。-use of the keyboard hook function interception of information, and read out the keys by pressing the corresponding letter. is a good model for studying the hook procedures.
Platform: | Size: 470016 | Author: 王维杰 | Hits:

[Hook apiHookCreateProcess

Description: 自己写的API-Hook。hook的函数是CreateProcessA和CreateProcessW。就是说可以检测进程创建。还有2处不完善。一个是创建程序的路径没能很好的显示。另一个退出时有点系统异常。-himself wrote the API- Hook. The hook function is CreateProcessA and CreateProcessW. Say can detect the creation process. There are two imperfect. One is to establish procedures for the path failed to show good. Another system to pull out a bit unusual.
Platform: | Size: 142336 | Author: 林风 | Hits:

[OS Develop2007031716045822831

Description: 一个简单的开机保护程序 无任何控件 全api编写 关键字 :键盘钩子, dll注入,api函数 api操作注册表, windows消息-a simple reboot protection procedures without any controls all api prepared keyword : keyboard hook, dll implantation, api function api operate the registry, windows news
Platform: | Size: 131072 | Author: 李顺 | Hits:

[Hook apicatchword

Description: 一个利用钩子函数实现屏幕取词的程序,编译通过,仅供参考-A hook function to use Screen realize the procedure, the compiler is passed, for reference only
Platform: | Size: 43008 | Author: 曹捷 | Hits:

[Hook apihook

Description: 消息钩子函数入门篇,详细介绍如何实现消息钩子,非常好的东西!-Message hook function entry-articles, details on how to realize the news hook, very good thing!
Platform: | Size: 169984 | Author: 章永辉 | Hits:

[VC/MFCHook

Description: Windows消息在系统及应用程序的运行中起着关键的作用,每一次键盘、鼠标的点击 都会有消息的传递,应用程序通过对消息的响应来实现与用户的交互。钩子(Hook)函数作为Win— dows编程中的一种强有力的工具,可以有效地截获Windows系统内部传递的消息,在消息到达目标窗 1:7的处理函数之前先对消息做出相应处理,从而实现对应用程序的监视与控制。文中描述了Windows 消息的构成,介绍了Hook函数的安装、释放及类型,最后介绍了一个Hook函数实现应用程序操作的 捕捉的实例。-Windows messages in the system and applications running in a critical role to play, every keyboard, mouse clicks, there will be transmission of messages, the application of information in response to realize the interaction with the user. Hook (Hook) function as a Win-dows of a powerful programming tool that can effectively pass intercepted Windows system information in the message window to reach the goal of treatment 1:7 function before treatment of the news and make the corresponding in order to realize the application of surveillance and control. The article describes the Windows message composition, introduction of the Hook function to install, release and type, and finally introduce a function realize Hook applications to capture examples of the operation.
Platform: | Size: 183296 | Author: jiny | Hits:

[Delphi VCLdelphi-hook-function-call

Description: delphi下 系统编程 钩子函数的调用-under the system programming delphi hook function ca--under the system programming delphi hook function call
Platform: | Size: 7168 | Author: jamily | Hits:

[OS programHook

Description: 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中,这样才能被各种相关联的应用程序调用。在WINDOWS中,日志钩子是个很特别的钩子,它只有全局钩子一种,是键盘鼠标等输入设备的消息在系统消息队列被取出时发生的,而且系统中只能存在一个这样的日志钩子,更重要是,它不必用在动态链接库中,这样可以省却了为安装一个全局钩子而建立一个动态链接库的麻烦。利用日志钩子,我们可以监视各种输入事件,下面的示例可以用来记录键盘的输入,当有按键发生时,自动记录按键动作的日期和时间以及当前激活的窗口名称。 根据网上教程编写并调试通过.-WINDOWS hook are message handling mechanism in a point, by installing a variety of hooks, the application can set the appropriate subroutine to monitor the messaging system, as well as the message arrive at these objectives deal with them before the window. A lot of the type of hook, each hook can be intercepted and processed the corresponding message, such as a keyboard hook keyboard can be intercepted message, the mouse can be intercepted mouse message hook, hook shell can be intercepted by the application to start and turn off the message, log hook can monitor and record input case. Hook into thread-specific hook and global hook, thread-specific hook to monitor only the specified thread, it is necessary to monitor the system all the threads must be used in the overall hook. The overall hook, hook function must be included in a separate dynamic-link library (DLL), this can be a variety of applications associated call. In WINDOWS, the log is a very special hook the hook, it is only a
Platform: | Size: 206848 | Author: changyou | Hits:

[Hook apihook

Description: 钩子函数教程,对学习钩子的人有帮助,,谢谢支持-Hook function, tutorials, learning hook people have help, thank you support
Platform: | Size: 167936 | Author: 学风 | Hits:

[Hook apimodule.design.example.hook.function.

Description: 钩子函数开发模块设计实例代码Development of the module design example hook function code -Development of the module design example hook function code
Platform: | Size: 45056 | Author: c | Hits:

[Hook apiinline-hook

Description: 1. Hook之前的准备工作之一。 在这个软件中,总共hook了15个native api 函数。他们分别是: ZwOpenKey , ZwClose, ZwQueryValueKey, ZwDeleteKey, ZwSetValueKey, ZwCreateKey, ZwDeleteValueKey. ZwEnumerateValueKey,ZwRestoreKey, ZwReplaceKey, ZwTerminateProcess, ZwSetSecurityObject, ZwCreateThread, ZwTerminateThread, ZwQuerySystemInformation-1. Hook one of the preparatory work before. In this software, a total of 15 native api hook function. They are: ZwOpenKey, ZwClose, ZwQueryValueKey, ZwDeleteKey, ZwSetValueKey, ZwCreateKey, ZwDeleteValueKey. ZwEnumerateValueKey, ZwRestoreKey, ZwReplaceKey, ZwTerminateProcess, ZwSetSecurityObject, ZwCreateThread, ZwTerminateThread, ZwQuerySystemInformation
Platform: | Size: 7168 | Author: wu | Hits:
« 12 3 4 5 6 7 8 9 10 ... 33 »

CodeBus www.codebus.net